home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / pcmagazi / 1989 / 18 / moveonly.wpm < prev    next >
Text File  |  1989-09-18  |  612b  |  23 lines

  1.  
  2. {;}MOVEONLY.WPM∙--∙allows∙only∙cursor∙movement∙keys~
  3. {;}================================================~
  4. {;}You∙can∙use∙a∙"filter"∙like∙this∙instead∙of∙a∙{PAUSE}.
  5.      It∙accepts∙ONLY∙cursor∙positioning∙keys∙until∙you
  6.      press∙{Enter}.~
  7.  
  8. {LABEL}Another∙Key~
  9.      {CHAR}1~~
  10.      {CASE}{VAR 1}~
  11.         {Left}~ok~{Right}~ok~{Up}~ok~{Down}~ok~
  12.         {Home}~ok~{End}~ok~{Page Up}~ok~{Page Down}~ok~
  13.         {Screen Down}~ok~{Screen Up}~ok~
  14.         {Enter}~end~
  15.      ~
  16. {BELL}
  17. {GO}Another∙key~
  18.  
  19. {;}If∙the∙key∙in∙{VAR∙1}∙is∙"ok",∙execute∙it.~
  20. {LABEL}ok~{VAR 1}{GO}Another∙key~
  21. {LABEL}end~
  22.  
  23.